home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / MacWT 0.04 / wt / slice.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-31  |  268 b   |  12 lines  |  [TEXT/MMCC]

  1. /* slice.h -- Functions to draw wall and floor slices.
  2. **
  3. ** Chris Laurel, March 1994
  4. */
  5.  
  6.  
  7. #define TEST_ASM 1
  8.  
  9. static inline void draw_wall_slice(Pixel *start, Pixel *end,
  10.                    unsigned char *tex_base, fixed tex_y,
  11.                    fixed tex_dy, int fb_width, int tex_width);
  12.